home *** CD-ROM | disk | FTP | other *** search
- object FieldsEditor: TFieldsEditor
- Left = 196
- Top = 113
- Width = 124
- Height = 239
- ActiveControl = FieldListBox
- BorderStyle = bsSizeToolWin
- Caption = 'Form1.Table1'
- Color = clBtnFace
- ParentFont = True
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- PopupMenu = LocalMenu
- ShowHint = True
- OnClick = SelectTable
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Splitter1: TSplitter
- Left = 0
- Top = 172
- Width = 116
- Height = 2
- Cursor = crVSplit
- Align = alBottom
- ResizeStyle = rsUpdate
- Visible = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 116
- Height = 21
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 1
- ParentColor = True
- TabOrder = 0
- OnClick = SelectTable
- object DBNavigator: TDBNavigator
- Left = 1
- Top = 1
- Width = 114
- Height = 18
- DataSource = DataSource
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- Align = alTop
- TabOrder = 0
- end
- end
- object FieldListBox: TListBox
- Left = 0
- Top = 21
- Width = 116
- Height = 151
- Hint = 'Fields'
- Align = alClient
- DragMode = dmAutomatic
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 1
- OnClick = AListBoxClick
- OnDragDrop = FieldListBoxDragDrop
- OnDragOver = FieldListBoxDragOver
- OnKeyDown = AListBoxKeyDown
- OnKeyPress = AListBoxKeyPress
- OnStartDrag = FieldListBoxStartDrag
- end
- object AggListBox: TListBox
- Left = 0
- Top = 174
- Width = 116
- Height = 38
- Hint = 'Aggregates'
- Align = alBottom
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 2
- Visible = False
- OnClick = AListBoxClick
- OnKeyDown = AListBoxKeyDown
- OnKeyPress = AListBoxKeyPress
- end
- object DataSource: TDataSource
- Left = 10
- Top = 32
- end
- object LocalMenu: TPopupMenu
- HelpContext = 30130
- OnPopup = LocalMenuPopup
- Left = 42
- Top = 32
- object AddItem: TMenuItem
- Caption = '&Add fields...'
- HelpContext = 30131
- ShortCut = 16449
- OnClick = AddItemClick
- end
- object NewItem: TMenuItem
- Caption = '&New field...'
- HelpContext = 30132
- ShortCut = 16462
- OnClick = NewItemClick
- end
- object Addallfields1: TMenuItem
- Caption = 'Add all &fields'
- ShortCut = 16454
- OnClick = AddAllFields
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object CutItem: TMenuItem
- Caption = 'Cu&t'
- HelpContext = 30133
- ShortCut = 16472
- OnClick = CutItemClick
- end
- object CopyItem: TMenuItem
- Caption = '&Copy'
- HelpContext = 30134
- ShortCut = 16451
- OnClick = CopyItemClick
- end
- object PasteItem: TMenuItem
- Caption = '&Paste'
- HelpContext = 30135
- ShortCut = 16470
- OnClick = PasteItemClick
- end
- object DeleteItem: TMenuItem
- Caption = '&Delete'
- HelpContext = 30136
- ShortCut = 46
- OnClick = DeleteItemClick
- end
- object SelectAllItem: TMenuItem
- Caption = 'Se&lect all'
- HelpContext = 30137
- ShortCut = 16460
- OnClick = SelectAllItemClick
- end
- end
- end
-